home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / paintnazorin.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-10-01  |  178 b   |  9 lines

  1. on(press){
  2.    if(_root.ht_times > 0 && _root.pr == 0)
  3.    {
  4.       _parent.drw.ht.gotoAndPlay(1);
  5.       _root.ht_times--;
  6.       htc.gotoAndStop(_root.ht_times + 1);
  7.    }
  8. }
  9.